home *** CD-ROM | disk | FTP | other *** search
- -- card: 3711 from stack: in
- -- bmap block id: 52766
- -- flags: 0000
- -- background id: 2739
- -- name:
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=445 top=295 right=320 bottom=486
- -- title width / last selected line: 0
- -- icon id / first selected line: 2162 / 2162
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve
- go to card id 2938
- end mouseUp
-
-
-
- -- part 6 (field)
- -- low flags: 01
- -- high flags: 0001
- -- rect: left=166 top=53 right=80 bottom=312
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 18
- -- style flags: 0
- -- line height: 24
- -- part name:
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 2006
- -- rect: left=126 top=113 right=128 bottom=230
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: single
- ----- HyperTalk script -----
- on mouseWithin
- show card field single
- set hilite of button single to true
- set hilite of button cont to false
- end mouseWithin
- on mouseLeave
- hide card field single
- end mouseLeave
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 6006
- -- rect: left=126 top=129 right=143 bottom=255
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: cont
- ----- HyperTalk script -----
- on mouseWithin
- show card field cont
- set hilite of button single to false
- set hilite of button cont to true
- end mouseWithin
-
- on mouseLeave
- hide card field cont
- end mouseLeave
-
-
- -- part 9 (field)
- -- low flags: 81
- -- high flags: 2004
- -- rect: left=277 top=88 right=214 bottom=471
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: single
-
-
- -- part 10 (field)
- -- low flags: 81
- -- high flags: 2004
- -- rect: left=277 top=111 right=237 bottom=471
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: cont
-
-
- -- part 11 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=127 top=160 right=180 bottom=187
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseWithin
- show card field ok
- end mouseWithin
-
- on mouseLeave
- hide card field ok
- end mouseLeave
-
-
- -- part 12 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=215 top=160 right=180 bottom=275
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseWithin
- show card field cancel
- end mouseWithin
-
- on mouseLeave
- hide card field cancel
- end mouseLeave
-
-
- -- part 15 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=120 top=223 right=239 bottom=216
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 16 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=280 top=281 right=297 bottom=366
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 14 (field)
- -- low flags: 81
- -- high flags: 2004
- -- rect: left=127 top=187 right=274 bottom=323
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: cancel
-
-
- -- part 13 (field)
- -- low flags: 81
- -- high flags: 2004
- -- rect: left=127 top=187 right=273 bottom=323
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: ok
-
-
- -- part contents for card part 6
- ----- text -----
- Add Line
-
- -- part contents for card part 9
- ----- text -----
- Single Lines is used to add one line at a time.
-
- -- part contents for card part 10
- ----- text -----
- Continuous Lines is used to add a series of connected lines, one after the other.
-
- -- part contents for card part 14
- ----- text -----
- The cancel button aborts the changes you have made inside the dialog box.
-
- -- part contents for card part 13
- ----- text -----
- The OK button accepts your changes and closes the dialog.
-
-
- -- part contents for card part 15
- ----- text -----
- first point
-
- -- part contents for card part 16
- ----- text -----
- second point